func runtime.chansend
6 uses
runtime (current package)
chan.go#L161: chansend(c, elem, true, sys.GetCallerPC())
chan.go#L176: func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {
chan.go#L190: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
chan.go#L785: return chansend(c, elem, false, sys.GetCallerPC())
chan.go#L810: return chansend(c, elem, !nb, sys.GetCallerPC())
select.go#L26: chansendpc = abi.FuncPCABIInternal(chansend)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |